The PointToLogical(AnnPoint[]) Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Converts the input
AnnPoint array from physical to logical coordinate.
Syntax
Visual Basic (Declaration) | |
---|
Overloads Public Function PointToLogical( _
ByVal pts() As AnnPoint _
) As AnnPoint() |
Parameters
- pts
- The AnnPoint array to be converted.
Return Value
The converted (logical)
AnnPoint array.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also